home *** CD-ROM | disk | FTP | other *** search
/ Practical Internet 2001 July / Practical Internet July 2001.iso / Software / Sitebuilding / gatekeeper.exe / Readme.txt < prev    next >
Encoding:
Text File  |  2000-05-04  |  3.5 KB  |  91 lines

  1. ====================================================================
  2. GateKeeper  v3.2  by Joe Barta / Professional Web Design
  3. http://junior.apk.net/~jbarta/tutor/keeper/  
  4. ====================================================================
  5.  
  6. This is the self contained version of the GateKeeper.
  7. It is freeware and freely distributable.
  8.  
  9. DESCRIPTION: The Gate Keeper is a cool snippet of JavaScript code
  10. that you can use to restrict access to some or all of your web pages
  11. without the need for any CGI scripting or server-side
  12. authentication. Anyone who wishes to visit the protected pages will
  13. have to know the password. Also includes a NoteTab clip to automate
  14. the generation of a GateKeeper protected page. This is a much
  15. improved update.
  16.  
  17. To use: Open the file index.html, this can be found in the
  18. GateKeeper folder inside your My Documents folder.
  19.  
  20. Have fun & good luck!
  21.  
  22. Joe Barta
  23.  jbarta@apk.net
  24.   Professional Web Design
  25.    http://junior.apk.net/~jbarta/
  26. ********************************************************************
  27.  
  28.  
  29.  
  30. VERSION HISTORY:
  31.  
  32. v3.2 ===============================================================
  33. - Instead of looking for a hidden file, it now looks for a hidden
  34.   file in a hidden directory. That extra layer adds to both the
  35.   security of the GateKeeper and it's usefullness.
  36. - Hopefully solved the IE5 problem. IE5 users were reporting that
  37.   the GateKeeper box was popping up and just displaying some code.
  38. - Hopefully fixed the problem where some free hosts were blindly
  39.   inserting popup code into all pages and screwing up the GateKeeper
  40.   code in the process
  41. - Upgraded version 2.1 to 2.2. Now, when no password is entered and
  42.   the user hits Cancel, nothing happens.
  43.  
  44.  
  45. v3.1a ==============================================================
  46. - Added link to The Vault (Forgot about it in v3.0 and 3.1)
  47.  
  48.  
  49. v3.1 ===============================================================
  50. - Some relatively minor changes to make the script leaner, faster
  51.   and easier to set up.
  52. - Removed the NoteTab clip. Although it added "neato", it put a
  53.   damper on the flexibility of GateKeeper. I felt using it might
  54.   detract more than it added.
  55. - Added link to step by step example of http authorization setup.
  56.  
  57.  
  58. v3.0 ===============================================================
  59. A vastly improved version.
  60.  - Password box to hide the input. [*********] 
  61.  - Notifies if password has been denied or approved. (No more "File
  62.    not found" messages) 
  63.  - Optional redirect to another page if password is denied. 
  64.  - Message for those with javascript disabled. 
  65.  - Editable status bar message when mouse is over the link. 
  66.  - Ability to save passwords. 
  67.  - A second version (GateKeeper-II) that accepts a username and a
  68.    password. 
  69.  - Has a user help file. 
  70.  - Several points of configurability. 
  71.  - Much more potential for customization.
  72. Also includes a slightly improved v2.1
  73. Includes a reference to HTTP Authentication
  74. Comes with a NoteTab clip to automate a GateKeeper creation.
  75.  
  76.  
  77. v2.1 ===============================================================
  78. * Never released. (except as bundled with v3.0) 
  79. Added mouseover message.
  80. Added message for those with JS disabled.
  81.  
  82.  
  83. v2.0 ===============================================================
  84. Completely different script.
  85. Uses prompt box instead of opening a Gate Keeper window.
  86. Easily used between frames.
  87.  
  88.  
  89. v1.0 ===============================================================
  90. Original release.
  91.